home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NOVA - For the NeXT Workstation
/
NOVA - For the NeXT Workstation.iso
/
Apps
/
Utilities
/
Unix
/
CommandMon
/
Makefile
< prev
next >
Wrap
Makefile
|
1992-12-26
|
865b
|
45 lines
#
# Generated by the NeXT Project Builder.
#
# NOTE: Do NOT change this file -- Project Builder maintains it.
#
# Put all of your customizations in files called Makefile.preamble
# and Makefile.postamble (both optional), and Makefile will include them.
#
NAME = CommandMon
PROJECTVERSION = 1.1
LANGUAGE = English
APPICON = unix2.tiff
GLOBAL_RESOURCES = CommandMon.nib unix2.tiff
CLASSES = Controller.m Indicator.m UNIXobject.m
HFILES = Controller.h Indicator.h UNIXobject.h
MFILES = CommandMon_main.m
MAKEFILEDIR = /NextDeveloper/Makefiles/app
INSTALLDIR = $(HOME)/Apps
INSTALLFLAGS = -c -s -m 755
SOURCEMODE = 444
ICONSECTIONS = -sectcreate __ICON app unix2.tiff
LIBS = -lMedia_s -lNeXT_s
DEBUG_LIBS = $(LIBS)
PROF_LIBS = $(LIBS)
-include Makefile.preamble
include $(MAKEFILEDIR)/app.make
-include Makefile.postamble
-include Makefile.dependencies